projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
333a798
addbb7e
)
Auto merge of #3221 - euclio:test-all, r=alexcrichton
author
bors
<bors@rust-lang.org>
Thu, 8 Dec 2016 23:55:15 +0000
(23:55 +0000)
committer
bors
<bors@rust-lang.org>
Thu, 8 Dec 2016 23:55:15 +0000
(23:55 +0000)
Add `--all` flag to `cargo test`
Work towards #2878.
This flag allows a user to test all members of a workspace by using `cargo test --all`. The command is also supported when using a virtual workspace manifest.
Trivial merge